1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated
by a tool.
4 // Runtime Version:
4.0.30319.1
5 //
6 // Changes to
this file may cause incorrect behavior and will be lost if
7 // the code
is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------

10
11 namespace
QuanLyNhanSu {
12     
using System;
13     
using System.ComponentModel;
14     
using CrystalDecisions.Shared;
15     
using CrystalDecisions.ReportSource;
16     
using CrystalDecisions.CrystalReports.Engine;
17     
18     
19     
public class rptbcnvtheoto : ReportClass {
20         
21         
public rptbcnvtheoto() {
22         }
23         
24         
public override string ResourceName {
25             
get {
26                 
return "rptbcnvtheoto.rpt";
27             }
28             
set {
29                 
// Do nothing
30             }
31         }
32         
33         
public override bool NewGenerator {
34             
get {
35                 
return true;
36             }
37             
set {
38                 
// Do nothing
39             }
40         }
41         
42         
public override string FullResourceName {
43             
get {
44                 
return "QuanLyNhanSu.rptbcnvtheoto.rpt";
45             }
46             
set {
47                 
// Do nothing
48             }
49         }
50         
51         
[Browsable(false)]
52         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
53         
public CrystalDecisions.CrystalReports.Engine.Section Section1 {
54             
get {
55                 
return this.ReportDefinition.Sections[0];
56             }
57         }
58         
59         
[Browsable(false)]
60         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
61         
public CrystalDecisions.CrystalReports.Engine.Section Section2 {
62             
get {
63                 
return this.ReportDefinition.Sections[1];
64             }
65         }
66         
67         
[Browsable(false)]
68         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
69         
public CrystalDecisions.CrystalReports.Engine.Section GroupHeaderSection1 {
70             
get {
71                 
return this.ReportDefinition.Sections[2];
72             }
73         }
74         
75         
[Browsable(false)]
76         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
77         
public CrystalDecisions.CrystalReports.Engine.Section GroupHeaderSection2 {
78             
get {
79                 
return this.ReportDefinition.Sections[3];
80             }
81         }
82         
83         
[Browsable(false)]
84         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
85         
public CrystalDecisions.CrystalReports.Engine.Section Section3 {
86             
get {
87                 
return this.ReportDefinition.Sections[4];
88             }
89         }
90         
91         
[Browsable(false)]
92         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
93         
public CrystalDecisions.CrystalReports.Engine.Section GroupFooterSection2 {
94             
get {
95                 
return this.ReportDefinition.Sections[5];
96             }
97         }
98         
99         
[Browsable(false)]
100         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
101         
public CrystalDecisions.CrystalReports.Engine.Section GroupFooterSection1 {
102             
get {
103                 
return this.ReportDefinition.Sections[6];
104             }
105         }
106         
107         
[Browsable(false)]
108         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
109         
public CrystalDecisions.CrystalReports.Engine.Section Section4 {
110             
get {
111                 
return this.ReportDefinition.Sections[7];
112             }
113         }
114         
115         
[Browsable(false)]
116         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
117         
public CrystalDecisions.CrystalReports.Engine.Section Section5 {
118             
get {
119                 
return this.ReportDefinition.Sections[8];
120             }
121         }
122     }
123     
124     
[System.Drawing.ToolboxBitmapAttribute(typeof(CrystalDecisions.Shared.ExportOptions), "report.bmp")]
125     
public class Cachedrptbcnvtheoto : Component, ICachedReport {
126         
127         
public Cachedrptbcnvtheoto() {
128         }
129         
130         
[Browsable(false)]
131         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
132         
public virtual bool IsCacheable {
133             
get {
134                 
return true;
135             }
136             
set {
137                 
//
138             }
139         }
140         
141         
[Browsable(false)]
142         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
143         
public virtual bool ShareDBLogonInfo {
144             
get {
145                 
return false;
146             }
147             
set {
148                 
//
149             }
150         }
151         
152         
[Browsable(false)]
153         
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
154         
public virtual System.TimeSpan CacheTimeOut {
155             
get {
156                 
return CachedReportConstants.DEFAULT_TIMEOUT;
157             }
158             
set {
159                 
//
160             }
161         }
162         
163         
public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() {
164             rptbcnvtheoto rpt =
new rptbcnvtheoto();
165             rpt.Site =
this.Site;
166             
return rpt;
167         }
168         
169         
public virtual string GetCustomizedCacheKey(RequestContext request) {
170             String key =
null;
171             
// // The following is the code used to generate the default
172             
// // cache key for caching report jobs in the ASP.NET Cache.
173             
// // Feel free to modify this code to suit your needs.
174             
// // Returning key == null causes the default cache key to
175             
// // be generated.
176             
//
177             
// key = RequestContext.BuildCompleteCacheKey(
178             
// request,
179             
// null, // sReportFilename
180             
// this.GetType(),
181             
// this.ShareDBLogonInfo );
182             
return key;
183         }
184     }
185 }



Quản lý nhân sự công ty bằng c# _ full source code 60.503 lượt xem

Gõ tìm kiếm nhanh...